Search results

Types

Classes
Interfaces
Enums
Functions
Type aliases
Constants

Members

Properties
Methods
Getters
Setters
Enum members
Show privates

Other

In this module only

Const DistributorUrls

Defined in constants

Tools.URIEncodeWrap({
  [Distributorsenum Distributorsdetritus-client/Distributors.BATTLENET]: (skuId: string) =>
    `https://shop.battle.net/family/${skuId}`,
  [Distributorsenum Distributorsdetritus-client/Distributors.DISCORD]: (skuId: string, slug?: null | string) =>
    Endpoints.Routes.URL + `/store/skus/${skuId}` + ((slug) ? `/${slug}` : ''),
  [Distributorsenum Distributorsdetritus-client/Distributors.EPIC]: (skuId: string) =>
    `https://epicgames.com/store/product/${skuId}`,
  [Distributorsenum Distributorsdetritus-client/Distributors.GOG]: (skuId: string) =>
    `https://gog.com/game/${skuId}`,
  [Distributorsenum Distributorsdetritus-client/Distributors.ORIGIN]: (skuId: string) =>
    `https://origin.com/search?searchString=${skuId}`,
  [Distributorsenum Distributorsdetritus-client/Distributors.STEAM]: (skuId: string) =>
    `https://store.steampowered.com/app/${skuId}`,
  [Distributorsenum Distributorsdetritus-client/Distributors.UPLAY]: (skuId: string) =>
    `https://store.ubi.com/search/?q=${skuId}`,
})